TCustomConnectDialog class overview.
Properties
  
    | Name |     Description |   
  
    | 
 CancelButton      | 
    
Used to specify the label for the Cancel button. 
     | 
  
  
    | 
 Caption      | 
    
Used to set the caption of dialog box. 
     | 
  
  
    | 
 ConnectButton      | 
    
Used to specify the label for the Connect button. 
     | 
  
  
    | 
 DialogClass      | 
    
Used to specify the class of the form that will be displayed to enter login information. 
     | 
  
  
    | 
 LabelSet      | 
    
Used to set the language of buttons and labels captions. 
     | 
  
  
    | 
 PasswordLabel      | 
    
Used to specify a prompt for password edit. 
     | 
  
  
    | 
 Retries      | 
    
Used to indicate the number of retries of failed connections. 
     | 
  
  
    | 
 SavePassword      | 
    
Used for the password to be displayed in ConnectDialog in asterisks. 
     | 
  
  
    | 
 ServerLabel      | 
    
Used to specify a prompt for the server name edit. 
     | 
  
  
    | 
 StoreLogInfo      | 
    
Used to specify whether the login information should be kept in system registry after a connection was established. 
     | 
  
  
    | 
 UsernameLabel      | 
    
Used to specify a prompt for username edit. 
     | 
  
Methods
  
    | Name |     Description |   
  
    | 
 Execute      | 
    
Displays the connect dialog and calls the connection's Connect method when user clicks the Connect button. 
     | 
  
  
    | 
 GetServerList      | 
    
Retrieves a list of available server names. 
     |